-
Notifications
You must be signed in to change notification settings - Fork 30
OLS-1980: Add autodiscovery for indexID value #1032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OLS-1980: Add autodiscovery for indexID value #1032
Conversation
|
@syedriko: This pull request references OLS-1980 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
1b5f304 to
a56c4d1
Compare
| }} | ||
| err := env.Client.Get(olsConfig) | ||
| Expect(err).NotTo(HaveOccurred()) | ||
| Expect(olsConfig.Spec.OLSConfig.RAG[0].IndexID).To(BeEmpty()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is failing:
BYOK [It] should check that the default index ID is empty [BYOK]
/go/src/github.com/openshift/lightspeed-operator/test/e2e/byok_test.go:36
[FAILED] Expected
<string>: vector_db_index
to be empty
In [It] at: /go/src/github.com/openshift/lightspeed-operator/test/e2e/byok_test.go:43 @ 10/08/25 05:42:53.317
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @raptorsun, I've updated the bundle.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raptorsun Updating the bundle was not enough, the PR needs openshift/lightspeed-service#2626 to be merged.
a56c4d1 to
2bc037b
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xrajesh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
operator image upated, please rebase and rerun the e2e tests |
2bc037b to
282fbb8
Compare
We need to merge openshift/lightspeed-service#2626 first. |
|
/retest |
3 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/lgtm |
282fbb8 to
5713a8b
Compare
5713a8b to
9d3f600
Compare
9d3f600 to
9f0f702
Compare
|
/test bundle-e2e-4-19 |
|
/retest |
|
/test bundle-e2e-4-19 |
|
/retest |
|
/lgtm |
|
@syedriko: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
This PR makes the default value of the RAG indexID an empty string, which makes it unnecessary to know the exact value of the index ID the Faiss RAG database was built with.
This PR depends on openshift/lightspeed-service#2626.
Type of change
Related Tickets & Documents
Checklist before requesting a review
Testing